DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / GetTargetIndexPathForMoveOfItemFromOriginalIndexPath Method

In This Topic
    GetTargetIndexPathForMoveOfItemFromOriginalIndexPath Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetTargetIndexPathForMoveOfItemFromOriginalIndexPath( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal originalIndexPath As Foundation.NSIndexPath, _
       ByVal currentIndexPath As Foundation.NSIndexPath, _
       ByVal proposedIndexPath As Foundation.NSIndexPath _
    ) As Foundation.NSIndexPath
    public virtual Foundation.NSIndexPath GetTargetIndexPathForMoveOfItemFromOriginalIndexPath( 
       UIKit.UICollectionView collectionView,
       Foundation.NSIndexPath originalIndexPath,
       Foundation.NSIndexPath currentIndexPath,
       Foundation.NSIndexPath proposedIndexPath
    )

    Parameters

    collectionView
    originalIndexPath
    currentIndexPath
    proposedIndexPath
    See Also